home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / egem_210 / sgem201c / include / scan.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-25  |  5.6 KB  |  134 lines

  1. /************************************************************************/
  2. /* nkcc-scancodes                                                       */
  3. /************************************************************************/
  4.  
  5. #define CNTRL_A                     0xc441
  6. #define CNTRL_B                     0xc442
  7. #define CNTRL_C                     0xc443
  8. #define CNTRL_D                     0xc444
  9. #define CNTRL_E                     0xc445
  10. #define CNTRL_F                     0xc446
  11. #define CNTRL_G                     0xc447
  12. #define CNTRL_H                     0xc448
  13. #define CNTRL_I                     0xc449
  14. #define CNTRL_J                     0xc44a
  15. #define CNTRL_K                     0xc44b
  16. #define CNTRL_L                     0xc44c
  17. #define CNTRL_M                     0xc44d
  18. #define CNTRL_N                     0xc44e
  19. #define CNTRL_O                     0xc44f
  20. #define CNTRL_P                     0xc450
  21. #define CNTRL_Q                     0xc451
  22. #define CNTRL_R                     0xc452
  23. #define CNTRL_S                     0xc453
  24. #define CNTRL_T                     0xc454
  25. #define CNTRL_U                     0xc455
  26. #define CNTRL_V                     0xc456
  27. #define CNTRL_W                     0xc457
  28. #define CNTRL_X                     0xc458
  29. #define CNTRL_Y                     0xc459
  30. #define CNTRL_Z                     0xc45a
  31. #define CNTRL_AE                    0xc48e
  32. #define CNTRL_OE                    0xc499
  33. #define CNTRL_UE                    0xc49a
  34. #define CNTRL_1                     0x8431
  35. #define CNTRL_2                     0x8432
  36. #define CNTRL_3                     0x8433
  37. #define CNTRL_4                     0x8434
  38. #define CNTRL_5                     0x8435
  39. #define CNTRL_6                     0x8436
  40. #define CNTRL_7                     0x8437
  41. #define CNTRL_8                     0x8438
  42. #define CNTRL_9                     0x8439
  43. #define CNTRL_0                     0x8430
  44.  
  45. #define ALT_A                       0xc841
  46. #define ALT_B                       0xc842
  47. #define ALT_C                       0xc843
  48. #define ALT_D                       0xc844
  49. #define ALT_E                       0xc845
  50. #define ALT_F                       0xc846
  51. #define ALT_G                       0xc847
  52. #define ALT_H                       0xc848
  53. #define ALT_I                       0xc849
  54. #define ALT_J                       0xc84a
  55. #define ALT_K                       0xc84b
  56. #define ALT_L                       0xc84c
  57. #define ALT_M                       0xc84d
  58. #define ALT_N                       0xc84e
  59. #define ALT_O                       0xc84f
  60. #define ALT_P                       0xc850
  61. #define ALT_Q                       0xc851
  62. #define ALT_R                       0xc852
  63. #define ALT_S                       0xc853
  64. #define ALT_T                       0xc854
  65. #define ALT_U                       0xc855
  66. #define ALT_V                       0xc856
  67. #define ALT_W                       0xc857
  68. #define ALT_X                       0xc858
  69. #define ALT_Y                       0xc859
  70. #define ALT_Z                       0xc85a
  71.  
  72. #define ALT_AE                      0x005b
  73. #define ALT_OE                      0x005d
  74. #define ALT_UE                      0x0040
  75.  
  76. #define ALT_1                       0x8831
  77. #define ALT_2                       0x8832
  78. #define ALT_3                       0x8833
  79. #define ALT_4                       0x8834
  80. #define ALT_5                       0x8835
  81. #define ALT_6                       0x8836
  82. #define ALT_7                       0x8837
  83. #define ALT_8                       0x8838
  84. #define ALT_9                       0x8839
  85. #define ALT_0                       0x8830
  86.  
  87. #define ESC                         0xc01b
  88. #define BACKSPACE                   0xc008
  89. #define DELETE                      0xc01f
  90. #define INSERT                      0x800b
  91. #define LSHFT_INS                   0x820b
  92. #define RETURN                      0xc00d
  93. #define ENTER                       0xe00a
  94. #define CUR_UP                      0x8001
  95. #define LSHFT_UP                    0x8201
  96. #define RSHFT_UP                    0x8101
  97. #define CUR_LEFT                    0x8004
  98. #define LSHFT_CL                    0x8204
  99. #define RSHFT_CL                    0x8104
  100. #define CUR_RIGHT                   0x8003
  101. #define LSHFT_CR                    0x8203
  102. #define RSHFT_CR                    0x8103
  103. #define CUR_DOWN                    0x8002
  104. #define LSHFT_CD                    0x8202
  105. #define RSHFT_CD                    0x8102
  106. #define HOME                        0x800c
  107. #define LSHFT_HOME                  0x820c
  108. #define RSHFT_HOME                  0x810c
  109. #define UNDO                        0xc00f
  110. #define TAB                         0xc009
  111. #define HELP                        0xc00e
  112. #define F1                          0xc010
  113. #define F2                          0xc011
  114. #define F3                          0xc012
  115. #define F4                          0xc013
  116. #define F5                          0xc014
  117. #define F6                          0xc015
  118. #define F7                          0xc016
  119. #define F8                          0xc017
  120. #define F9                          0xc018
  121. #define F10                         0xc019
  122. #define SHFT_F1                     0xc210
  123. #define SHFT_F2                     0xc211
  124. #define SHFT_F3                     0xc212
  125. #define SHFT_F4                     0xc213
  126. #define SHFT_F5                     0xc214
  127. #define SHFT_F6                     0xc215
  128. #define SHFT_F7                     0xc216
  129. #define SHFT_F8                     0xc217
  130. #define SHFT_F9                     0xc218
  131. #define SHFT_F10                    0xc219
  132.  
  133. /************************************************************************/
  134.